OPC Studio User's Guide and Reference
IKeyedCollection<TKey,TItem> Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Generic Namespace : IKeyedCollection<TKey,TItem> Interface
The type of keys in the collection.
The type of items in the collection.
An interface for a collection whose keys are embedded in the values.
Syntax
Type Parameters
TKey
The type of keys in the collection.
TItem
The type of items in the collection.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also